home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000298_fdc@columbia.edu_Thu Feb 13 15:27:40 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  64 lines

  1. Article: 14094 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: RedHat 8.0 Linux and K-95 Character Set
  6. Date: 13 Feb 2003 15:22:01 -0500
  7. Organization: Columbia University
  8. Lines: 47
  9. Message-ID: <b2gup9$lg2$1@watsol.cc.columbia.edu>
  10. References: <a2hm4vkvlqliq3e1558u5d2io804gqrh2p@4ax.com> <RWH2a.19926$Mh3.5191413@twister.nyc.rr.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1045167722 28079 128.59.39.139 (13 Feb 2003 20:22:02 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 13 Feb 2003 20:22:02 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14094
  16.  
  17. In article <RWH2a.19926$Mh3.5191413@twister.nyc.rr.com>,
  18. Jeffrey Altman [Road Runner NYC] <jaltman2@nyc.rr.com> wrote:
  19. : Ron Heiby wrote:
  20. : > Hi! With the release of Red Hat 8.0, the default for terminal output
  21. : > appears to be set up to be UTF-8. I base this, in part, upon my LANG
  22. : > environment variable being set to "en_us.UTF-8". Among other things, the
  23. : > "man" command seems to be putting out multi-byte characters. An example
  24. : > appears to be (octal) 342 200 220, which I am guessing is supposed to be
  25. : > some kind of dash or minus sign.
  26. : > 
  27. : > I am logged in to a RH 8.0 system using K-95 2.1.3. My TERM environment
  28. : > variable is "vt320", and my K-95 terminal type is set to "vt320". My K-95
  29. : > character set is set to "utf8".
  30. : > 
  31. : > When I run the "man" command, and it wants to display the character
  32. : > described above, on my screen I see a hollow rectangle. What am I doing
  33. : > wrong? Thanks!
  34. :
  35. : The font you are using does not support the specified character.
  36. 342 200 220 (octal) in UTF-8 translates to U+2010, which is a hyphen in the
  37. General Punctuation Block (2000-206F), where such things as "smart" quotes,
  38. em-dashes, per mil signs, and daggers are gathered.
  39.  
  40. A quick check of fonts on my PC reveals which ones show this and other
  41. characters in this block:
  42.  
  43.   Andale Mono WT J:       All
  44.   Andale Mono:            Some (but not hyphen)
  45.   Courier:                Only left and right single quote
  46.   Courier New:            Some (but not hyphen)
  47.   Everson Mono Terminal:  All
  48.   Fixedsys:               Only left and right single quote
  49.   Lucida Console:         Some (but not hyphen)
  50.   System:                 Only left and right single quote
  51.   Terminal:               (Not Unicode - shows wrong characters)
  52.  
  53. Andale Mono WT J is an excellent Unicode fixed-pitch font, so naturally it
  54. does not come free with Windows; you have to buy it from Agfa Monotype.
  55.  
  56. Everson Mono Terminal (EMT) is distributed with K95 so that our customers
  57. will have some way to view non-CJK characters that are not available in
  58. other fonts.
  59.  
  60. So use EMT, or buy Andale Mono WT J, or switch your Linux locale.
  61.  
  62. - Frank
  63.